repeat with i = 1 to 5 --the number of lines of cd fld "incorrect"
if line i of cd fld "incorrect" is "" then put "false" into item i of tally
if line i of cd fld "incorrect" > 0 then put "false" into item i of tally
if line i of cd fld "incorrect" < 2 then put "true" into item i of tally
add 1 to i
end repeat
if tally contains "false" or tally is "" then
put "no" into line 10 of field "footprints" of card "map"
else
put "yes" into line 10 of field "footprints" of card "Map"
end if
push card
put word 1 of the short name of this card into maploc
put word 2 of the short name of this card into cardloc
end closecard
-- part 1 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=322 top=128 right=225 bottom=345
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 156
-- text size: 14
-- style flags: 0
-- line height: 16
-- part name: correct
-- part 2 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=398 top=128 right=224 bottom=428
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 156
-- text size: 14
-- style flags: 0
-- line height: 16
-- part name: incorrect
-- part 3 (button)
-- low flags: 00
-- high flags: 0001
-- rect: left=456 top=317 right=342 bottom=484
-- title width / last selected line: 0
-- icon id / first selected line: 18622 / 18622
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: next
----- HyperTalk script -----
on mouseUp
answer "Click one of the sections." with "Help" or "OK"
if it is "Help" then
push card
visual dissolve
go card "howtoUse"
else exit mouseUp
end mouseUp
-- part 4 (button)
-- low flags: 00
-- high flags: 0001
-- rect: left=428 top=317 right=342 bottom=456
-- title width / last selected line: 0
-- icon id / first selected line: 18621 / 18621
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
-- part 5 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=296 top=319 right=340 bottom=413
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Clear Scores
----- HyperTalk script -----
on mouseUp
answer "Do you want to clear the scores?" with "No" or "Yes"
if it is "Yes" then
put empty into cd fld "correct"
put empty into cd fld "incorrect"
else
exit mouseup
end if
end mouseUp
-- part 7 (button)
-- low flags: 00
-- high flags: 8003
-- rect: left=170 top=318 right=340 bottom=270
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Test Menu
----- HyperTalk script -----
on mouseUp
go card "test 0"
end mouseUp
-- part 8 (field)
-- low flags: 80
-- high flags: 0000
-- rect: left=77 top=241 right=297 bottom=455
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 156
-- text size: 14
-- style flags: 0
-- line height: 16
-- part name: No Dice
-- part 9 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=126 top=240 right=290 bottom=467
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 156
-- text size: 14
-- style flags: 0
-- line height: 16
-- part name:
-- part contents for background part 4
----- text -----
Macintosh Display Card 4•8 and 8•24
-- part contents for background part 5
----- text -----
Training Evaluation
-- part contents for background part 10
----- text -----
Score Card
-- part contents for background part 16
----- text -----
test 7
-- part contents for background part 6
----- text -----
Number of Responses: Correct Incorrect
Features and Advantages #1
Features and Advantages #2
Compatibility (software)
Compatibility (hardware)
Questions and Answers
-- part contents for card part 8
----- text -----
To be eligible for a Certificate of Completion, your final score must contain no more than one incorrect response per section. You may take any evaluation over again if you wish.
-- part contents for card part 9
----- text -----
To be eligible for a Certificate of Completion, you must have no more than 1 incorrect response per section. You are allowed to retake any evaluation you wish.